home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Wyszukiwarki / Bingooo 2.6.0 / Bingooo_english.exe / {app} / BINGOOO.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Text File  |  2002-06-14  |  2KB  |  104 lines

  1. object Form10: TForm10
  2.   Left = 252
  3.   Top = 127
  4.   BorderStyle = bsDialog
  5.   Caption = 'Messenger Account'
  6.   ClientHeight = 265
  7.   ClientWidth = 236
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 8
  21.     Width = 181
  22.     Height = 39
  23.     Caption = 
  24.       'In order to use the internet messenger you must create a new acc' +
  25.       'ount or connect to an existing account.'
  26.     WordWrap = True
  27.   end
  28.   object Label2: TLabel
  29.     Left = 24
  30.     Top = 88
  31.     Width = 48
  32.     Height = 13
  33.     Caption = 'Username'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 24
  37.     Top = 128
  38.     Width = 46
  39.     Height = 13
  40.     Caption = 'Password'
  41.   end
  42.   object Label4: TLabel
  43.     Left = 24
  44.     Top = 176
  45.     Width = 162
  46.     Height = 39
  47.     Caption = 
  48.       'In Options / General Options / Messenger you may maintain your a' +
  49.       'ccount at any time.'
  50.     WordWrap = True
  51.   end
  52.   object Label5: TLabel
  53.     Left = 24
  54.     Top = 64
  55.     Width = 160
  56.     Height = 13
  57.     Caption = 'Please enter name and password.'
  58.   end
  59.   object Edit1: TEdit
  60.     Left = 24
  61.     Top = 104
  62.     Width = 185
  63.     Height = 21
  64.     TabOrder = 0
  65.   end
  66.   object Edit2: TEdit
  67.     Left = 24
  68.     Top = 144
  69.     Width = 185
  70.     Height = 21
  71.     PasswordChar = '*'
  72.     TabOrder = 1
  73.   end
  74.   object Button1: TButton
  75.     Left = 16
  76.     Top = 232
  77.     Width = 57
  78.     Height = 25
  79.     Caption = 'create'
  80.     ModalResult = 1
  81.     TabOrder = 2
  82.   end
  83.   object Button2: TButton
  84.     Left = 160
  85.     Top = 232
  86.     Width = 59
  87.     Height = 25
  88.     Cancel = True
  89.     Caption = 'cancel'
  90.     ModalResult = 2
  91.     TabOrder = 3
  92.     OnClick = Button2Click
  93.   end
  94.   object Button3: TButton
  95.     Left = 88
  96.     Top = 232
  97.     Width = 57
  98.     Height = 25
  99.     Caption = 'connect'
  100.     ModalResult = 6
  101.     TabOrder = 4
  102.   end
  103. end
  104.